home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today - The Disc! 5 / CD-ROM Today - The Disc (Issue 5)(November 1994).ISO / mac / Mac shareware / Education / RLaB / WHATS.NEW < prev   
Text File  |  1994-09-21  |  13KB  |  475 lines

  1.  
  2. ***    What's New in Version v1.0 ?
  3.  
  4.     1.) New functions (rfiles) bessely, besselj.
  5.  
  6.     2.) local() modified so that arguments are copied.
  7.     See `help FUNCTION'
  8.  
  9.     3.) Numerically singlular inputs to solve(), \ are now handled
  10.     with warnings and in a more uniform fashion.
  11.  
  12.     4.) ./misc/rlab-mode.el
  13.     I am NOT an Emacs-lisp programmer. This is hacked from
  14.     tcl-mode.el. if anyone can improve it - go for it.
  15.  
  16.     5.) Added plcont() - contour plotting.
  17.  
  18.     6.) The primer has been updated to match version 1.
  19.  
  20. ***    What's New in Version 0.99i ?
  21.  
  22.     1.) Added plhold(), plhold_off, and plegend().
  23.  
  24.     2.) New rfiles roots() and poly(), join() from T. S. Yang.
  25.  
  26.     3.) A more recent version of fftpack. Sorry, but the accuracy
  27.     is much better with the new version (rfft-1.2.tar.gz) -
  28.     precision demands it.
  29.  
  30.     4.) examples/plhold_demo.r is new.
  31.  
  32.     5.) The plot help has been split up into separate files.
  33.  
  34. ***    What's New in Version 0.99f ?
  35.  
  36.     1.) Added plmesh().
  37.  
  38.     2.) Added examples/curve_fit.r    
  39.  
  40.     3.) min(), max() now accept two numeric args.
  41.  
  42. ***    What's New in Version 0.99e ?
  43.  
  44.     1.) Bug fixes.
  45.  
  46.     2.) rfile will check the value of _rlab_search_path during
  47.     execution.
  48.  
  49. ***    What's New in Version 0.99d ?
  50.  
  51.     1.) Bug fixes.
  52.  
  53.     2.) ode() argument list is now consistent with ode4() and
  54.     ode78(). 
  55.  
  56.     3.) Added open() and getb().
  57.  
  58. ***    What's New in Version 0.99 BETA ?
  59.  
  60.     1.) New rfiles: mdsmax.r, and nmsmax.r. Both perform
  61.     unconstrained optimization.
  62.  
  63.     2.) Fixed non-Matlab-like behavior in acos(), and asin().
  64.  
  65.     3.) getline() returns a NULL string when a blank line is
  66.     encountered.
  67.  
  68.     4.) Added writeb() and readb(). Read and write binary files.
  69.     MATLAB compatibility (see `help readb', `help writeb').
  70.  
  71.     5.) Added ode(). Ordinary differential equation integrator
  72.     (netlib). 
  73.  
  74.     6.) Fixed readm() so it will read from pipes.
  75.  
  76.     7.) Added getenv() built-in function.
  77.  
  78.     8.) Plotting enhancements... plfont(), pltex(), plsori(),
  79.     plwid(), plaxis().
  80.  
  81.     9.) filter() is now a builtin, compatible with MATLAB's
  82.     implementation. 
  83.  
  84.     10.) Enhancements to matrix element-by-element operators, see
  85.     `help OPERATORS'. Added `.+' and `.-'
  86.  
  87. ***    What's New in Version 0.97 BETA ?
  88.  
  89.     1.) More plplot improvements. Updated primer to reflect plplot
  90.     usage. 
  91.  
  92.     2.) Some non-Unix portability enhancements.
  93.  
  94.     3.) Equality (== and !=) tests are allowed between numbers and
  95.     strings. 
  96.  
  97.     4.) New builtin function schord(). See `help schord'.
  98.  
  99. ***    What's New in Version 0.96 BETA ?
  100.  
  101.     1.) mod & atan2 functions now take various combinations of
  102.     matrices.
  103.  
  104.     2.) read() now taks optional 2nd argument (see `help read').
  105.  
  106.     3.) New fix(), and fixed up czt().
  107.  
  108.     4.) The configure script has been improved to take more
  109.     options (see INSTALL).
  110.  
  111.     5.) Changed eig (slightly), and added eigs (symmetric), eign
  112.     (non-symmetric). Non-symmetric generalized eign() returns
  113.     left-eigenvectors now.
  114.  
  115.     6.) Added strtod().
  116.  
  117.     7.) Added PLPLOT built-in plotting capability. You must have
  118.     the double precision version of the plplot library for it to
  119.     work. See `help plplot' and `examples/plot_test.r'.
  120.  
  121.     8.) Added sizeof() (see 'help sizeof') and re-worked whos().
  122.  
  123. ***    What's New in Version 0.9(3-5) BETA ?
  124.  
  125.     1.) New functions: complement(), intersection(), set(),
  126.     union(), faxis(), fftplot(), window(), fmin(), dot().
  127.  
  128.     2.) readm(), and writem() have been modified so that the row
  129.     and column values at the top of the file are no longer needed.
  130.     This means old files written with writem() will have to have
  131.     the first line filtered out. It also means that readm() should
  132.     be able to directly read "flat-files" written by other
  133.     programs. 
  134.  
  135.     3.) New & Improved qr(). New option qr(a,"p") for column
  136.     pivoting. And qr() now works on MxN where M < N as well as 
  137.     M >= N.
  138.  
  139.     4.) Function argument handling has been improved.
  140.         my_func ( , , A )
  141.     is now possible.
  142.  
  143.     5.) Many bug fixes.
  144.  
  145.     6.) fft(), and ifft() now work like MATLAB's
  146.  
  147.     7.) name() is gone (it wasn't of any use anymore anyway).
  148.  
  149.     8.) Added lyap() (user-function), and sylv() (builtin-function).
  150.  
  151.     9.) RLaB uses autoconf now.
  152.  
  153.     10.) Added issymm(), see `help issymm'.
  154.  
  155.     11.) Writem no longer closes the file after each call.
  156.  
  157.     12.) New and improved eig, see `help eig'.
  158.  
  159.     13.) Improved command line options. Added `-V' (version #),
  160.     `-m' (no message on startup), and a usage message if an
  161.     incorrect option is used.
  162.  
  163.     14.) Added czt() - Chirp z-transform.
  164.  
  165. ***    What's New in Version 0.92 BETA ?
  166.  
  167.     1.) New functions: input, num2str, funm, logm, disp, input,
  168.     mret finite, printmat, int2str, filter, and isempty.
  169.  
  170.     2.) A new builtin function called fvscope() (Function
  171.     Variable SCOPE). Fvscope identifies the variables used in a
  172.     function, and what their scope is. This is very useful for
  173.     writing general purpose library functions.
  174.  
  175.     3.) Bug fixes to the error recovery.
  176.  
  177. ***    What's New in Version 0.91 BETA ?
  178.  
  179.     1.) RLaB can now load() files while executing code, such as in
  180.     for, or while loops, or within functions. This makes a simple
  181.     eval function possible. See `help load', `help eval', 
  182.     `help BUGS'.
  183.     
  184.     2.) Added expm() rfile.
  185.  
  186. ***    What's New in Version 0.86 BETA ?
  187.  
  188.     1.) Bug fixes.
  189.  
  190. ***    What's New in Version 0.85 BETA ?
  191.  
  192.     1.) Enhanced svd(), See `help svd'.
  193.  
  194.     2.) Bug fixes.
  195.  
  196. ***    What's New in Version 0.84 BETA ?
  197.  
  198.     1.) Added schur()
  199.  
  200.     2.) Bug fixes.
  201.  
  202. ***    What's New in Version 0.83 BETA ?
  203.  
  204.     1.) The usual bug fixes.
  205.  
  206.     2.) Added doc/tutorial.3.tex (List Tutorial).
  207.  
  208. ***    What's New in Version 0.82 BETA ?
  209.  
  210.           1.) My apologies again, but I have restructured the class,
  211.               type hierarchy in rlab. This was necessary for several
  212.               reasons. The new hierarchy is only slightly different, and
  213.               is described in the help files: class, type, and show. The
  214.               new hierarchy looks like: (from the help file "type")
  215.  
  216.             CLASS:    num
  217.             TYPES:    real      complex
  218.  
  219.             CLASS:    string
  220.               TYPES:    string
  221.  
  222.             CLASS:    list
  223.             TYPES:    (see note 1.)
  224.  
  225.             CLASS:    function
  226.             TYPES:    user      builtin
  227.  
  228.           2.) Improved type().
  229.  
  230.           3.) Improved test-suite.
  231.  
  232.           4.) Improvements in the makefile install target.
  233.  
  234.           5.) Rlab now has a command line editing option that is much
  235.           smaller than GNU readline. Courtesy of Chris Thewalt.
  236.  
  237.         See `help COMMAND_EDIT' 
  238.  
  239.     6.) The contrib directory has been removed. Most of the
  240.     contrib directories contents have been moved to the toolbox
  241.     directory. I did this because I have been forgetting to keep
  242.     the contrib directories files current with rlab. Also, the
  243.     original intention was to keep unaltered, contributed rfiles
  244.     there. Since I have had to modify the contents of contrib to
  245.     keep up with the changes in rlab, the contrib directory no
  246.     longer seemed appropriate. Maybe when rlab gets to v1.0.
  247.  
  248.     7.) Small modifications to existing ODE integration functions.
  249.  
  250.     8.) Added setterm(), showplot, phrd() to plot functionality.
  251.  
  252. ***    What's New in Version 0.78 BETA ?
  253.  
  254.     1.) Added file static() declaration.
  255.  
  256.     2.) Added exist() built-in function.
  257.  
  258.     3.) diag(), ones() are builtin.
  259.  
  260.     4.) Added whos().
  261.  
  262.     5.) Improved plot(), added pclose().
  263.  
  264.     6.) Added factor(), backsub(). lu() is now a user-function.
  265.  
  266.           7.) My apologies, but I found the "dummy" name scheme for
  267.               determining the status of a function argument to be
  268.               totally inappropriate for nested function calls.
  269.               Therefore, I have changed rlab behavior so that functions
  270.               that are called with fewer args than declared are supplied
  271.               UNDEFINED arguments to fill out the argument list. To test
  272.               the status of an argument do:
  273.  
  274.               if (!exist (ARG))
  275.               {
  276.                 // initialize the ARG, error(), whatever...
  277.               }
  278.  
  279.           8.) Added qq_normal(), fliplr(), flipud() to ./toolbox
  280.  
  281. ***    What's New in Version 0.75 BETA ?
  282.  
  283.     1.) Fixed cumsum(), and cumprod() (much more efficient).
  284.         New rfiles save.r, clearall.r.
  285.  
  286.     2.) Finished 1st draft of function tutorial.
  287.  
  288.     3.) Improved getline().
  289.  
  290.     4.) Removed need to terminate function declaration with `;' or
  291.         `\n'. 
  292.  
  293.     5.) The usual bug fixes, documentation improvements, etc...
  294.  
  295. ***    What's New in Version 0.73 BETA ?
  296.  
  297.     1.) length() more compatible with the other length().
  298.  
  299.     2.) $$ can be used as global symbol table constant.
  300.  
  301. ***    What's New in Version 0.71 BETA ?
  302.  
  303.     1.) cd(). New function. Changes current working directory.
  304.  
  305.     2.) redit.r: For editing rfiles.
  306.  
  307.     3.) Addition to config.h (HAVE_INDEX).
  308.  
  309. ***    What's New in Version 0.70 BETA ?
  310.  
  311.     1.) Faster matrix multiplication functions ( ~ 20% ).
  312.     
  313.     2.) sum(), and prod(), are builtin (faster). cumsum(), and
  314.         cumprod() will be builtin shortly (rfiles for now.
  315.  
  316.     3.) Better signal handling.
  317.  
  318.     4.) Some interpreter speedups.
  319.  
  320.     5.) Matrix powers finally work.
  321.  
  322.     6.) Some type-checking/handling consistency improvements.
  323.  
  324.     7.) The example plot() function is simpler now.
  325.  
  326.     8.) Empty matrix syntax added ( `[]' ).
  327.  
  328.     9.) fft(), ifft() now work on MxN matrices. max(), and min()
  329.         any(), all(), sort(), work more like MATLAB versions.
  330.  
  331.     10.) Many, many  bugs fixed.
  332.  
  333.     11.) `[ : ]' operation added. Forces Nx1 orientation of matrix.
  334.  
  335.     12.) Complex atan, acos, asin, tan now work.
  336.  
  337.     13.) A stop-gap matrix-tutorial in ./doc, updated man-page.
  338.  
  339.     14.) .' non-conjugate transpose.
  340.  
  341.     15.) getline() returns an empty list when nothing is read. See
  342.         `help getline'.
  343.  
  344.     16.) length(): New function.
  345.  
  346.     17.) `#!' can be used in rlab scripts.
  347.  
  348. ***    What's New in Version 0.52 ALPHA ?
  349.  
  350.     1.) Bug fixes.
  351.  
  352.     2.) Now sort() returns a list of the sorted values, and the
  353.     sorted indices. 
  354.  
  355.     3.) maxi()/mini() now return a scalar index value. This value
  356.     can be used directly to index another matrix.
  357.  
  358. ***    What's New in Version 0.51 ALPHA ?
  359.  
  360.     1.) The help and rfile commands are more versatile. For
  361.     example: `help help' will work now.
  362.  
  363.     2.) Vector creation (d1:d2:d3) rules make more sense (see
  364.     `help VECTOR').
  365.  
  366.     3.) A\B, and C/D now use a more efficient algorithm when A or
  367.     C is square.
  368.  
  369.     4.) There is a brief man-page.
  370.  
  371.     5.) Some bug fixes in max(), min(), and mod().
  372.  
  373.     6.) A directory of test-matrix functions has been added under
  374.     the examples directory. 
  375.  
  376. ***    What's New in Version 0.50 ALPHA ?
  377.  
  378.     1.) The find function is now a builtin (much faster).
  379.  
  380.     2.) The if-statement syntax has changed slightly. Used to be: 
  381.  
  382.         if ( expression ) {
  383.           statement(s)
  384.         } else { // The braces and the else must be on the same line
  385.           statement(s)
  386.         }
  387.  
  388.     Now the correct syntax is:
  389.  
  390.         if ( expression )
  391.         {
  392.           statement(s)
  393.         else
  394.           statement(s)
  395.         }
  396.  
  397. ***    What's New in Version 0.32 ALPHA ?
  398.  
  399.     1.) Added `rfile' command. `file name' now loads the file
  400.     named `name.r' if it can be located in your RLAB_SEARCH_PATH.
  401.     The simple command `rfile' prints a list of all the rfiles
  402.     that appear in RLAB_SEARCH_PATH.
  403.  
  404.     2.) Changed `help' command to be consistent with `rfile'
  405.     command. The simple command `help' prints a list of: the help
  406.     files in the default help directory, and the rfiles in
  407.     RLAB_SEARCH_PATH. `help name' prints the content of the file
  408.     `name' to the standard output. If the file does not exist in
  409.     the default help directory, RLAB_SEARCH_PATH is searched.
  410.  
  411.     3.) The `rlib' directory contents are now loaded upon startup,
  412.     instead of having a HUGE `.rlab' file. Added RLAB_LIB_DIR for
  413.     post-compile specification of library directory.
  414.  
  415.     4.) All matrix output is paged. The pager is specified in the
  416.     config.h file.
  417.  
  418.     5.) Added getline() function. Works sort-of-like the awk
  419.     getline. `x = getline("filename")' gets a line-at-time, and
  420.     splits it into fields. Each field is a member of a list. Thus,
  421.     x.[1] ... x.[N] contain the all the information from the line.
  422.  
  423.     6.) Added strsplt(). Splits a string into a matrix of single
  424.     characters.
  425.  
  426. ***    What's New in Version 0.30 ALPHA ?
  427.  
  428.     Version 0.3x is the last of the ALPHA test releases. Notice I
  429.     did not say 0.30, since I do expect to release bug-fixes to
  430.     v0.30. The major obstacle to starting beta test is a better
  431.     online help, and a good printed manual. Other than bug-fixes
  432.     these two goals will be my major priority.    
  433.  
  434.     1.) RLaB-0.30 is more MATLAB-like.
  435.  
  436.     2.) Vectors have been remove as a distinct type. However, all
  437.     of the usefulness of vectors is still accessible via single
  438.     indexed matrices. 
  439.  
  440.     Side effects: 
  441.  
  442.     This means that the append operator, `,', does not function
  443.     outside the [ ]. Instead, the comma (outside []) serves in a
  444.     more traditional sense, as an argument list separator.
  445.  
  446.     Some of the built-in functions arguments are different. For
  447.     example, zeros used to take a 2-element vector as an arg. Now
  448.     zeros will accept two scalars, or a 2-element matrix.
  449.  
  450.     3.) RLaB has adopted the MATLAB operator syntax.
  451.  
  452.     + - * /    \ ^    Work in the traditional LA sense.
  453.        .* ./ .\ .^    Work in the element-by-element sense.
  454.  
  455.     Note that `2./A' is the same as `2 ./ A'
  456.     Also note that `^' is not fully implemented yet.
  457.  
  458.     4.) The printed documentation has been removed. Two of the
  459.     alpha testers have volunteered to overhaul the printed docs in
  460.     latex or latexinfo. 
  461.  
  462.     5.) Some changes in the numeric output format, and the
  463.     format() built-in function. See `help format'.
  464.  
  465.     6.) RLaB will use matherr() instead of errno, If your machine
  466.     supports it (and you select it in config.h). This option
  467.     should prove much faster than checking errno after every math
  468.     library function call.
  469.  
  470.     7.) New built-in functions: inf(), nan(), round().
  471.  
  472.     8.) Matrix 2-norm has been added to norm(); `norm( m, "2" )'.
  473.  
  474.     9.) "clock" option added to srand(); sets seed via the machine clock.
  475.